home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Directorty Opus 5 - Magellan
/
Opus 5 - Magellan.iso
/
Extras
/
hotlist_source
/
source
/
hotlist.module_strings.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-18
|
265b
|
11 lines
#define CATCOMP_BLOCK
#include "hotlist.module.strings"
#include <dopus/locale.h>
// This module includes all the locale strings,
// and initialises a pointer to them.
void init_locale_data(struct DOpusLocale *locale)
{
locale->li_BuiltIn=(char *)CatCompBlock;
}